@charset "utf-8";
/*************************************
* 文件名称：common.css
* 作   者：客户成功部
* 创建日期：2022-01-01
* 最后修改：name/ 第X行 / yyyy-mm-dd
* 文件版本：UI CSS Frameworks Beta
* 内容概要: 公用样式文件
*************************************/
a {
  outline:none;
}

:root {
  --theme-color:#007236;
  --themes-color:#007236;
  --swiper-navigation-size: 50px;
}

a {
  transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -webkit-transition:all 0.5s ease 0s;
}
div,
p,
a,
input,
span {
  word-break: break-word;
  /*
  word-break: keep-all!important;  
  */
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hide {
  display: none!important;
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
}
.page_a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  background: #f4f4f4;
  color: #666;
}
.page_a.disabled {
  font-size: 14px;
  color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 0px;
  border-color: rgba(244, 244, 245, 1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(200,200,200,1);
}
.page_a.disabled:hover {
  color: #fff;
  border-color: #cd0f19;
  background-color: #cd0f19;
}
.page_a.current {
  background: #cd0f19;
}
.page_a {
  background-color: rgba(242,242,242,1);
}
.page_a:hover {
  background: #cd0f19;
  color: rgba(255,255,255,1);
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width:6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #b91419;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222;
}
@keyframes scrollmouse{
  from {
    transform: translate(-50%,0);
    opacity:1;
  }
  to {
    transform: translate(-50%,10px);
    opacity:0;
  }
}
@media only screen and (min-width: 769px){
  #c_grid-116273709439191{
    position:fixed;
    width: 100%;
    left:0;
    top: 0px;
    z-index:1001;
    transition:all 0.5s ease 0s;
  }
}
@media only screen and (max-width: 768px){
}

@media only screen and (max-width: 1280px) and (min-width: 769px){
  #c_navigation_006_P_2996-17173942596600 .e_container-14 .cbox-14-2 {
    display: none;
}
}




.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 15px);
    padding: 0.375rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
}
.p_required, [class^=e_][required] .p_label::after {
    vertical-align: middle;
    font-size: 14px;
    line-height: 100%;
    top: 0;
    padding-left: 0px;
    position: relative;
    font-weight: 500;
}
.p_label .s_label{
    color: rgb(0 0 0 / 50%);
}
